Autogenerated HTML docs for v1.6.0.3-613-g9f8f13 
diff --git a/git-diff-files.html b/git-diff-files.html index ee9cbf8..b7a935f 100644 --- a/git-diff-files.html +++ b/git-diff-files.html 
@@ -980,6 +980,53 @@  </p>   </li>   </ol></div>  +<div class="para"><p>Possible status letters are:</p></div>  +<div class="ilist"><ul>  +<li>  +<p>  +A: addition of a file  +</p>  +</li>  +<li>  +<p>  +C: copy of a file into a new one  +</p>  +</li>  +<li>  +<p>  +D: deletion of a file  +</p>  +</li>  +<li>  +<p>  +M: modification of the contents or mode of a file  +</p>  +</li>  +<li>  +<p>  +R: renaming of a file  +</p>  +</li>  +<li>  +<p>  +T: change in the type of the file  +</p>  +</li>  +<li>  +<p>  +U: file is unmerged (you must complete the merge before it can  +be committed)  +</p>  +</li>  +<li>  +<p>  +X: "unknown" change type (most probably a bug, please report it)  +</p>  +</li>  +</ul></div>  +<div class="para"><p>Status letters C and M are always followed by a score (denoting the  +percentage of similarity between the source and target of the move or  +copy), and are the only ones to be so.</p></div>   <div class="para"><p>&lt;sha1&gt; is shown as all 0's if a file is new on the filesystem   and it is out of sync with the index.</p></div>   <div class="para"><p>Example:</p></div>  @@ -1347,7 +1394,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2008-10-31 11:28:28 UTC  +Last updated 2008-11-03 04:36:22 UTC   </div>   </div>   </body>